Skip to content

Add String Manipulation tutorial under Learn the Basics for Java#836

Merged
ronreiter merged 1 commit intoronreiter:masterfrom
mateo-ceballos:java-string-manipulation
Mar 15, 2026
Merged

Add String Manipulation tutorial under Learn the Basics for Java#836
ronreiter merged 1 commit intoronreiter:masterfrom
mateo-ceballos:java-string-manipulation

Conversation

@mateo-ceballos
Copy link
Copy Markdown
Contributor

This pull request adds a new tutorial under the "Learn the Basics" section for Java, focused on string manipulation.

The tutorial introduces common string operations such as concatenation, character access, searching substrings, substring extraction, and transformations (e.g. trim, toUpperCase). It includes a hands-on exercise that requires the user to manually reverse a string without using StringBuilder.reverse().

The tutorial follows the required structure:

  • Explanation section
  • Exercise instructions
  • Starter code (Tutorial Code)
  • Expected Output
  • Solution

A link to the tutorial has also been added to the relevant Welcome.md file.

This should help users deepen their understanding of how to work with strings in Java from an early stage in the learning path.

@ronreiter ronreiter merged commit b12cdad into ronreiter:master Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants